Knowledge Base

Add the customers VAT Number to invoices

Edit the following file: /components/invoice_templates/default_invoice/default_invoice_pdf.php

Add the following lines to the file:

if(!empty($this->invoice->client->settings['tax_id']))
    $address .= $this->invoice->client->settings['tax_id'] . "\n";
Please rate this article to help us improve our Knowledge Base.

0 0